Question about Byte-Pairing for data compression [closed]
Posted
by
user1669533
on Programmers
See other posts from Programmers
or by user1669533
Published on 2012-09-13T18:56:18Z
Indexed on
2012/09/13
21:49 UTC
Read the original article
Hit count: 179
software-developer
Question about Byte-Pairing for data compression. If byte pairing converts two byte values to a single byte value, splitting the file in half, then taking a gig file and recusing it 16 times shrinks it to 62,500,000. My question is, is byte-pairing really efficient? Is the creation of a 5,000,000 iteration loop, to be conservative, efficient? I would like some feed back on and some incisive opinions please.
Best Regards.
© Programmers or respective owner